home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
programming
/
aros
/
exec
/
cause.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-12
|
864b
|
49 lines
/*
(C) 1995 AROS - The Amiga Replacement OS
$Id: cause.c,v 1.1 1996/08/13 13:55:07 digulla Exp $ $Log
Desc:
Lang: english
*/
#include "exec_intern.h"
/*****************************************************************************
NAME */
#include <exec/interrupts.h>
#include <clib/exec_protos.h>
__AROS_LH1(void, Cause,
/* SYNOPSIS */
__AROS_LHA(struct Interrupt *, interrupt, A1),
/* LOCATION */
struct ExecBase *, SysBase, 30, Exec)
/* FUNCTION
INPUTS
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
29-10-95 digulla automatically created from
exec_lib.fd and clib/exec_protos.h
*****************************************************************************/
{
__AROS_FUNC_INIT
__AROS_BASE_EXT_DECL(struct ExecBase *,SysBase)
__AROS_FUNC_EXIT
} /* Cause */